home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(2) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- else
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 0
- end if
- if rollOver(4) then
- set the visible of sprite 4 to 1
- else
- set the visible of sprite 4 to 0
- end if
- go(the frame)
- end
-
- on mouseUp
- if rollOver(2) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- sound stop 1
- go("VidPenk1")
- end if
- if rollOver(4) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- go("Criadores")
- end if
- end
-